home *** CD-ROM | disk | FTP | other *** search
/ MacHome 2001 January / MacHome Magazine Demo Disc January 2001.iso / mac / Software / Word Processing / JanusNode 1.10.sea / JanusNode 1.10 / JanusNode Resources / TextDNA / PseudoIntellectualism / StartWithMe.textDNA < prev   
Encoding:
Text File  |  2000-01-11  |  629 b   |  8 lines  |  [TEXT/MSWD]

  1. * This is a trivial example of using the 'loadTextDNAfile' function.
  2. * The following TextDNA sets a bunch of global variables and then loads in 
  3. * another TextDNA file which uses them. 
  4. * Of course, in 'real life'(tm) the first TextDNA file would probably be much
  5. * more complex than this exemplar is.
  6. *
  7. 100 Subject(RunMe) < assign(topic1,PhilosophicalNouns) 100 > < assign(Mod1,PhilosophicalAdjs) 100 > < assign(topic2,PhilosophicalNouns) 100 > < assign(Mod2,PhilosophicalAdjs) 100 > < assign(person,people) 100 > < assign(inventor,FamousPeople) 100 > < loadTextDNAfile("0narrative.TextDNA") 100 > < chooseTextDNA(start) 100 > 
  8.